Gets or sets a value indicating whether this instance is checked.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool IsChecked { get; set; }
Visual Basic
Public Property IsChecked As Boolean
	Get
	Set
XAML Attribute Usage
<object IsChecked="bool" .../>

Field Value

true if this instance is checked; otherwise, false.

See Also